home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10467 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.inc.net!news
  2. From: Will Flor <willf@rrgroup.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Code for common data structures/algorithms?
  5. Date: 18 Mar 1996 03:37:07 GMT
  6. Organization: R R Systems Group Inc.
  7. Message-ID: <4iilp3$m4k@news.inc.net>
  8. References: <urquiola-1703962153560001@ronin.tiac.net>
  9. NNTP-Posting-Host: will.rrgroup.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.2N (Windows; I; 32bit)
  14.  
  15. urquiola@ronin.tiac.net (Michael Urquiola) wrote:
  16. >If such a beast exists could someone either.
  17. >
  18. >a) recomend a book
  19. >b) point me to a FTP site
  20. >
  21. >where I can get sample code that impliments some of the more common data
  22. >structures and algorithms.  What I want is extremely simple code just so I
  23. >can see how these things are written and I can build around.  I've learned
  24. >about them in classes now I can't figure how to use some of them (ie
  25. >sorting, searching, Linked Lists, Graphs, Trees etc).
  26. >
  27. >Many thanks,
  28. >
  29. >Mike
  30.  
  31. This is probably in a FAQ somewhere, but...
  32.  
  33. Knuth's _The Art Of Computer Programming_ is just what you're looking 
  34. for.  It's a three-volume set, and not cheap, either - but you really 
  35. should own a copy.  _Algorithms in C_ is OK, too - just make sure you 
  36. get the latest edition; the earlier edition suffered from some nasty 
  37. bugs in source listings.
  38.  
  39. -Will Flor     willf@rrgroup.com
  40. The R R Systems Group, Inc    http://www.rrgroup.com/
  41.  
  42.  
  43.